home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / glob / Makefile.am < prev    next >
Encoding:
Makefile  |  1997-08-18  |  230 b   |  11 lines

  1. # -*-Makefile-*-, or close enough
  2.  
  3. AUTOMAKE_OPTIONS =    1.2 foreign
  4.  
  5. noinst_LIBRARIES =    libglob.a
  6.  
  7. libglob_a_SOURCES =    glob.c glob.h fnmatch.c fnmatch.h
  8.  
  9. EXTRA_DIST =        COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
  10.             configure.bat
  11.